home *** CD-ROM | disk | FTP | other *** search
Makefile | 1990-03-17 | 473 b | 21 lines |
- #
- # Manx definitions
- #
- CFLAGS = -n +P +Fi -L100 -I/minrexx
- LBFLAGS = -f
- #LIBRARY = /lib/plplotl32.lib
- CC = cc
- OBJS = rexxplplot.o
-
- .c.o:
- $(CC) $(CFLAGS) -o $@ $*.c
-
- rexxplplot: rexxplplot.o /minrexx/minrexx.o /minrexx/rexxglue.o \
- /minrexx/rexxvars.o /lib/plplotl32.lib
- ln +Q -g -o rexxplplot rexxplplot.o /minrexx/minrexx.o \
- /minrexx/rexxglue.o /minrexx/rexxvars.o \
- -l/lib/plplotl32 -lmal32 -lcl32
-
- clean:
- @delete rexxplplot.o rexxplplot.dbg rexxplplot quiet
-